home *** CD-ROM | disk | FTP | other *** search
/ Night Owl - The Best of BBS / Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso / 014a / ezbbs215.lha / EazyBBS_Port1 < prev    next >
Text File  |  1993-05-23  |  588b  |  25 lines

  1. ; Skript for Port 1 only!
  2. ; copy to "EazyBBS_Port2" (etc.) for additional ports
  3.  
  4. echo "Installing EazyBBS ... please wait!"
  5. assign MB:        DeHaNull:MailBox
  6. assign MB_DATA:        DeHaNull:MailBox/Data
  7. assign MB_USER:        DeHaNull:MailBox/User
  8. assign MB_BOARD:    DeHaNull:MailBox/Board
  9. assign MB_FILES:    DeHaNull:MailBox/Files
  10. assign MB_TMP:        DeHaNull:MailBox/TMP
  11.  
  12. stack 50000
  13.  
  14. run mb:c/EazyCommDaemon
  15. run mb:c/EazyInOutDaemon
  16. run mb:c/EazyLogfileDaemon
  17. run mb:c/EazyMsgFileDaemon
  18. run mb:c/EazyUserDaemon
  19.  
  20. ; call EazyBBS with the appropriate port number
  21. mb:c/EazyBBS 1
  22.  
  23. ; NEVER "run" EazyBBS from here!
  24.  
  25.